home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 5 / TERMINAL / DOCUMENT / TERMINAL.0_R < prev    next >
Text File  |  1992-07-19  |  5KB  |  102 lines

  1. ===========================================================================
  2. Changes between "Terminal" version 1.9 (April 1990) and 2.0 (November 1990)
  3. ===========================================================================
  4.  
  5. This file describes the bug corrections and the improvements that where
  6. made to "Terminal" from version 1.9 to 2.0. The following text should help
  7. you to decide if you want to download the newer version. Bug reports and
  8. suggestions for improvement are always welcome. All my excuses to those
  9. people who suggested improvements that could not (yet) be implemented in
  10. this version. And thanks to all those who send reports and suggestions.
  11.  
  12. Erny Tontlinger                     CompuServe    [73720,2200]
  13. 33, route d'Arlon                   Internet      73720.2200@compuserve.com
  14. L-8410 Steinfort                    Packet radio  LX1YZ @ LX0PAC
  15. Luxembourg                          [44.161.1.1]  lx1yz.ampr.org
  16.  
  17. ___________________________________________________________________________
  18. XMODEM
  19.  
  20. XModem receive did not close files that needed only one block.
  21. ___________________________________________________________________________
  22. SYSTEM 7
  23.  
  24. Corrected a font problem that prevented Terminal for running under System 7
  25. (7.0b1). Increased Terminal's default partition size from 128 to 160K.
  26. ___________________________________________________________________________
  27. MENUS
  28.  
  29. The script menu, the macro menu and the port pop-up menu, now display
  30. correctly any names that might include the menu meta characters ( ';' '^'
  31. '!' '<' '/' '(' ).
  32. ___________________________________________________________________________
  33. SETTINGS FILE
  34.  
  35. Volumes are now saved by name not by reference number. The settings file
  36. structure has changed.
  37. ___________________________________________________________________________
  38. ZMODEM
  39.  
  40. Added ZModem file transfers.
  41. ___________________________________________________________________________
  42. CONTROL CHARACTERS
  43.  
  44. Now it's possible to use the option key or the command as control key for
  45. those keyboards that lack a control key. On keyboards with a control key
  46. all characters that need the option key are now available. Previously the
  47. option key always acted as a control key, creating unaccessible characters
  48. on international keyboards.
  49. ___________________________________________________________________________
  50. SCRIPTS
  51.  
  52. Scripts can now be executed by opening them from the Finder (i.e. double
  53. clicking on a script file). There is a new option in the File menu: "Kiss
  54. script file" to change creator of TEXT files to Terminal's creator. Hold
  55. down option (or shift, or command) key to revert to TEXT.
  56. ___________________________________________________________________________
  57. HANDSHAKE
  58.  
  59. XON/XOFF, CTS only, DTR only, CTS&DTR handshake or no handshake can be used
  60. all the time (not just while sending text files as previously).
  61. ___________________________________________________________________________
  62. OTHER SERIAL DEVICES
  63.  
  64. Terminal can now use all possible serial ports, not just the modem or
  65. printer port, if the Communications Tool Box is available and if those
  66. serial drivers are correctly registered with the Communications Tool Box.
  67. ___________________________________________________________________________
  68. CONFIGURATION RESOURCE
  69.  
  70. The structure of the 'CNFG' (id 128) resource has changed. The font is now
  71. stored by name instead of by number. Added 'TMPL' resource to edit 'CNFG'
  72. resource with ResEdit.
  73. ___________________________________________________________________________
  74. INTRINSIC FUNCTIONS
  75.  
  76. You must review your scripts that use the following instrinsic functions:
  77.     download()      Changed
  78.     protocol()      Changed
  79.     setup()         Changed
  80.     text()          Changed
  81.     upload()        Changed
  82.     xyparms()       New
  83.     zparms()        New
  84. ___________________________________________________________________________
  85. ICONS
  86.  
  87. Terminal's icons have changed. There are now distinct icons for:
  88.     Terminal, the application
  89.     Terminal Settings, settings file
  90.     MacBinary, files created with the "Make MacBinary..." menu command
  91.     Partial ZModem, uncomplete files received by ZModem
  92.     Script, script TEXT files
  93. So if you have had an old version of Terminal on your disk, please rebuild
  94. your Desktop file so that the Finder becomes aware of the new file types
  95. and icons.
  96. ___________________________________________________________________________
  97. COMPILER
  98.  
  99. Terminal can be compiled with THINK C 4.02 (or THINK C 4.04 for System 7)
  100. or MPW 3.2 C.
  101. ___________________________________________________________________________
  102.